-
Couldn't load subscription status.
- Fork 700
[ET-VK] Introduce rotary embedding custom op #6392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
## Context As title; introduces a custom op to calculate rotary positional embeddings in LLMs. The custom op achieves the same result as the `apply_rotary_emb` Python function. Please see the documentation comments in the shader for more details. Differential Revision: [D64697588](https://our.internmc.facebook.com/intern/diff/D64697588/) [ghstack-poisoned]
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/6392
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 6547b38 with merge base 46ea1a4 ( NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
This pull request was exported from Phabricator. Differential Revision: D64697588 |
## Context As title; introduces a custom op to calculate rotary positional embeddings in LLMs. The custom op achieves the same result as the `apply_rotary_emb` Python function. Please see the documentation comments in the shader for more details. Differential Revision: [D64697588](https://our.internmc.facebook.com/intern/diff/D64697588/) [ghstack-poisoned]
|
This pull request was exported from Phabricator. Differential Revision: D64697588 |
Pull Request resolved: #6392 ## Context As title; introduces a custom op to calculate rotary positional embeddings in LLMs. The custom op achieves the same result as the `apply_rotary_emb` Python function. Please see the documentation comments in the shader for more details. ghstack-source-id: 249175725 @exported-using-ghexport Differential Revision: [D64697588](https://our.internmc.facebook.com/intern/diff/D64697588/)
Pull Request resolved: #6392 ## Context As title; introduces a custom op to calculate rotary positional embeddings in LLMs. The custom op achieves the same result as the `apply_rotary_emb` Python function. Please see the documentation comments in the shader for more details. ghstack-source-id: 249175725 @exported-using-ghexport Differential Revision: [D64697588](https://our.internmc.facebook.com/intern/diff/D64697588/) Co-authored-by: Stephen Jia <[email protected]>
Stack from ghstack (oldest at bottom):
Context
As title; introduces a custom op to calculate rotary positional embeddings in LLMs. The custom op achieves the same result as the
apply_rotary_embPython function. Please see the documentation comments in the shader for more details.Differential Revision: D64697588